home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / DiskList 1.6 / data1.cab / Program_DLLs / disklist.exe / 0 / RCDATA / TFRMADDNEW / TFRMADDNEW.txt
Text File  |  2002-01-07  |  2KB  |  112 lines

  1. object frmAddNew: TfrmAddNew
  2.   Left = 192
  3.   Top = 108
  4.   HelpContext = 3
  5.   ActiveControl = txtFolder
  6.   BorderStyle = bsDialog
  7.   Caption = 'Add new listing'
  8.   ClientHeight = 159
  9.   ClientWidth = 306
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 4
  23.     Top = 4
  24.     Width = 293
  25.     Height = 117
  26.     Shape = bsFrame
  27.   end
  28.   object Label1: TLabel
  29.     Left = 12
  30.     Top = 16
  31.     Width = 65
  32.     Height = 13
  33.     Caption = 'Drive / folder:'
  34.   end
  35.   object lblDescription: TLabel
  36.     Left = 12
  37.     Top = 64
  38.     Width = 56
  39.     Height = 13
  40.     Caption = 'Description:'
  41.   end
  42.   object Label2: TLabel
  43.     Left = 13
  44.     Top = 88
  45.     Width = 47
  46.     Height = 13
  47.     Caption = 'Comment:'
  48.   end
  49.   object cmdOK: TButton
  50.     Left = 188
  51.     Top = 128
  52.     Width = 53
  53.     Height = 25
  54.     Caption = 'OK'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 5
  58.     OnClick = cmdOKClick
  59.   end
  60.   object cmdCancel: TButton
  61.     Left = 248
  62.     Top = 128
  63.     Width = 49
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 6
  69.   end
  70.   object txtFolder: TEdit
  71.     Left = 92
  72.     Top = 12
  73.     Width = 177
  74.     Height = 21
  75.     TabOrder = 0
  76.     Text = 'c:\t'
  77.     OnExit = txtFolderExit
  78.   end
  79.   object cmdBrowse: TButton
  80.     Left = 272
  81.     Top = 12
  82.     Width = 19
  83.     Height = 21
  84.     Caption = '...'
  85.     TabOrder = 1
  86.     OnClick = cmdBrowseClick
  87.   end
  88.   object txtDescription: TEdit
  89.     Left = 92
  90.     Top = 60
  91.     Width = 177
  92.     Height = 21
  93.     TabOrder = 3
  94.     Text = 'c:\t'
  95.   end
  96.   object txtComment: TEdit
  97.     Left = 92
  98.     Top = 84
  99.     Width = 177
  100.     Height = 21
  101.     TabOrder = 4
  102.   end
  103.   object chkDefaultDrive: TCheckBox
  104.     Left = 94
  105.     Top = 36
  106.     Width = 169
  107.     Height = 17
  108.     Caption = 'Save as default drive / folder'
  109.     TabOrder = 2
  110.   end
  111. end
  112.